*,:after,:before{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:'Roboto',sans-serif;color:#fafafa;background:radial-gradient(ellipse at bottom,#1b2735 0,#090a0f 100%);display:grid;place-items:center;text-align:center;padding:1rem;overflow:hidden;position:relative}main{max-width:650px}img{width:100px;height:auto;margin-bottom:1.5rem}h1{font-family:'Russo One',sans-serif;font-size:clamp(2.5rem,6vw,4rem);color:#fff;line-height:1.1;margin:0 0 1rem;text-shadow:0 0 10px rgba(111,252,111,.5),0 0 20px rgba(111,252,111,.3)}p{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.5;margin:0 0 2rem;opacity:.9}a.cta{display:inline-block;background:#6ffc6f;color:#111;font-family:'Russo One',sans-serif;text-decoration:none;padding:.9rem 2.2rem;font-size:clamp(1.1rem,3vw,1.25rem);border-radius:8px;font-weight:700;text-transform:uppercase;transition:transform .2s,box-shadow .2s;box-shadow:0 0 20px rgba(111,252,111,.7)}a.cta:hover,a.cta:focus-visible{transform:scale(1.05);box-shadow:0 0 30px #6ffc6f}a.cta:focus-visible{outline:3px solid #6ffc6f;outline-offset:3px}#cookie-banner{position:fixed;bottom:-200px;left:1rem;right:1rem;background:rgba(0,0,0,.8);backdrop-filter:blur(5px);color:#fafafa;padding:1rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;max-width:500px;margin:0 auto;font-size:.9rem;z-index:1000;transition:bottom .5s ease}#cookie-banner.show{bottom:1rem}#cookie-banner p{margin:0 1rem 0 0;line-height:1.4}#cookie-accept{background:#6ffc6f;color:#111;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-weight:700;white-space:nowrap;font-size:.9rem}#cookie-accept:focus-visible{outline:2px solid #fff;outline-offset:2px}